@charset "utf-8";
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: 0; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
html{height: 100%;}
html,body,div,p,strong,span,a,b,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,del,img,i,select,button,textarea,input{margin: 0; padding: 0;}
body{background: #f5f5f5; font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;; font-size: 16px; color: #000; position: relative; min-height: 100%;}
input[type="text"],input[type="hidden"],input[type="password"],button,textarea{outline: none; border: none; -webkit-appearance: none; border-radius: 0;}
select{outline: none; border: none;}
a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}
h1,h2,h3,h4,h5,h6,strong{font-weight: normal;}
a{text-decoration: none; color: #000;}
a:hover{text-decoration: none;}
a:focus{text-decoration: none;}
li{list-style: none;}
img{vertical-align: middle; border: none;}
i{font-style: normal;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.hidden{overflow: hidden;}
.container{width: 80%; height: 100%; max-width: 1400px; margin: 0 auto;}
.container:after{content: ''; display: block; clear: both;}
.container_s{width: 80%; height: 100%; max-width: 1200px; margin: 0 auto;}
.container_s:after{content: ''; display: block; clear: both;}
/*scroll bar*/
::-webkit-scrollbar {width:4px;height:4px}
::-webkit-scrollbar-button:vertical {display:none}
::-webkit-scrollbar-corner,::-webkit-scrollbar-track {background-color:#ccc}
::-webkit-scrollbar-thumb {border-radius:0;background-color:#016bdd;)}
::-webkit-scrollbar-thumb:vertical:hover {background-color:#016bdd;)}
::-webkit-scrollbar-thumb:vertical:active {background-color:#016bdd;)}

@font-face{font-family: 'Reznor'; src: url('../fonts/Reznor Downward Spiral.ttf');}
@font-face{font-family: 'ak'; src: url('../fonts/AKZIDENZGROTESK-LIGHTOSF.OTF');}
@font-face{font-family: 'akb'; src: url('../fonts/AKZIDENZGROTESK-MEDIUMCONDALT.OTF');}

body.hidden{height: 100%; overflow: hidden;}

/*common*/
.common_banner{position: relative; height: 333px; background-position: center; background-repeat: no-repeat; background-size: cover;}
.common_banner .main{width: 400px; text-align: center; margin: 0 auto; position: absolute; left: 0; right: 0; top: 50%; margin-top: -63px;}
.common_banner .main h3{font-size: 46px; color: #fff;}
.common_banner .main .line{border-top: 1px solid #fff; margin: 20px 0;}
.common_banner .main .line i{width: 8px; height: 8px; display: block; margin: -4px auto 0; background: #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.common_banner .main .en{font-family: 'ak'; font-size: 16px; color: #fff; letter-spacing: 4px; text-transform: uppercase;}
.section_tit{text-align: center;}
.section_tit h3{font-size: 30px; color: #444; position: relative; display: inline-block;}
.section_tit h3:after{content: ''; width: 18px; height: 10px; background: url(../images/about_icon1.png) center no-repeat; background-size: 18px 10px; position: absolute; top: 10px; right: -24px;}
.section_tit span{display: block; font-size: 14px; color: #777; font-family: 'Arial'; margin-top: 5px; text-transform: uppercase;}
.common_btn{width: 46px; height: 46px; border-radius: 50%; background-color: #fff; background-position: center; background-repeat: no-repeat; background-size: 8px 14px; cursor: pointer; box-shadow: 0 5px 10px rgba(204,204,204,.5); -webkit-transition: all 500ms ease; transition: all 500ms ease; position: absolute; top: 60%;}
.left_btn{background-image: url(../images/left_icon1.png); left: -80px;}
.right_btn{background-image: url(../images/right_icon1.png); right: -80px;}
.common_btn:hover{background-color: #016bdd; box-shadow: 0 5px 10px rgba(1,107,225,.3);}
.left_btn:hover{background-image: url(../images/left_icon2.png);}
.right_btn:hover{background-image: url(../images/right_icon2.png);}
.page{border: 1px solid #d7d7d7; overflow: hidden;}
.page li{width: 68px; height: 68px; float: left; border-right: 1px solid #d7d7d7; text-align: center;}
.page li a{display: block; width: 100%; height: 100%; font-size: 22px; line-height: 68px; color: #666; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.page li.active a{color: #fff; background: #0464cd;}
.page li a:hover{color: #0464cd;}
.page li.prev,.page li.next{float: right; border-right: none; border-left: 1px solid #d7d7d7;}
.page li.prev a,.page li.next a{background-position: center; background-repeat: no-repeat; background-size: 8px 14px;}
.page li.prev a{background-image: url(../images/left_icon1.png);}
.page li.next a{background-image: url(../images/right_icon1.png);}
.page li.prev a:hover{background-image: url(../images/left_icon3.png);}
.page li.next a:hover{background-image: url(../images/right_icon3.png);}
.common_contact .container_s{padding: 80px; overflow: hidden; background: #fff url(../images/contact_img1.jpg) center bottom no-repeat; box-shadow: 0 10px 30px rgba(4,0,0,.1);}
.common_contact .left{width: 45%; float: left;}
.common_contact .left h3{font-size: 36px; color: #444;}
.common_contact .left h3 span{display: block; color: #f11a14;}
.common_contact .left .desc{margin-top: 20px; padding-top: 20px; border-top: 1px solid #e3e3e3; font-size: 14px; color: #666; line-height: 22px; text-align: justify;}
.common_contact .left .info{margin-top: 40px;}
.common_contact .left .info .name{font-size: 22px; color: #444; margin-bottom: 20px;}
.common_contact .left .info p{font-size: 16px; color: #666; line-height: 30px;}
.common_contact .right{width: 45%; float: right;}
.common_contact .right h3{font-size: 26px; color: #444;}
.common_contact .right .form{margin-top: 20px;}
.common_contact .right .form .box{margin-top: 10px; position: relative;}
.common_contact .right .form .box input{width: 100%; height: 60px; padding: 10px; background: #f3f3f3; color: #777;}
.common_contact .right .form .box textarea{width: 100%; height: 150px; padding: 10px; background: #f3f3f3; color: #777; ; resize: none;}
.common_contact .right .form .box button{width: 100%; height: 60px; border: 2px solid #016bdd; font-size: 16px; color: #016bdd; background: none; cursor: pointer; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.common_contact .right .form .box button:hover{background: #016bdd; color: #fff;}
.map_contant span{font-size: 14px;}
.common_contact .right .form .box img{position: absolute; top: 0; right: 0; height: 100%; width: 100px;}

/* index */
.index_main .section1 .swiper-slide{position: relative;}
.index_main .section1 img{width: 100%; display: block;}
.index_main .section1 a{display: block; width: 100%; height: 100%;}
/*.index_main .section1 .main{width: 730px; margin: 0 auto; position: absolute; top: 50%; left: 0; right: 0; margin-top: -200px; text-align: center; z-index: 2;}
.index_main .section1 .main .label{font-size: 46px; color: #fff;}
.index_main .section1 .main .en{font-family: 'ak'; font-size: 14px; color: #fff; letter-spacing: 4px; opacity: .8;}
.index_main .section1 .main .dot{width: 7px; height: 7px; margin: 20px auto; background: #fff; border-radius: 5px;}
.index_main .section1 .main .desc{font-size: 16px; color: #fff; line-height: 28px;}
.index_main .section1 a{display: block; width: 160px; line-height: 46px; text-align: center; margin: 40px auto 0; font-size: 14px; color: #fff; background: #076cd9; border-radius: 20px; position: relative; top: 0; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section1 a.color{background: url(../images/index_img2.png) center no-repeat;}
.index_main .section1 a:hover{top: -5px; box-shadow: 0 10px 20px rgba(7,108,217,.3)}
.index_main .section1 .main_{width: 400px; position: absolute; top: 50%; left: 50%; margin-left: -600px; margin-top: -120px; z-index: 2;}
.index_main .section1 .main_ .label{font-size: 46px; color: #285b9d;}
.index_main .section1 .main_ .en{font-family: 'ak'; font-size: 14px; color: #5a82b4; letter-spacing: 4px; opacity: .8;}
.index_main .section1 .main_ .line{width: 43px; height: 2px; display: block; margin: 20px 0; background: url(../images/index_img1.jpg) center no-repeat;}
.index_main .section1 .main_ a{margin-left: 0;}*/
.index_main .section1 .pagination{position: absolute; text-align: center; bottom: 50px; left: 0; width: 100%;}
.index_main .section1 .pagination span{width: 20px; height: 20px; display: inline-block; margin: 0 4px; position: relative; cursor: pointer;}
.index_main .section1 .pagination span:before{content: ''; width: 16px; height: 16px; position: absolute; top: 9px; left: 0; background: #fbd834; border-radius:8px}
.index_main .section1 .pagination .swiper-active-switch:after {content: ""; width: 16px; height: 16px; position: absolute; top: 9px; left: 0; background: #f71310; border-radius:8px;}
@-webkit-keyframes loadLine {
    0% {width:0;}
    100% {width:100%;}
}
@keyframes loadLine {
    0% {width:0;}
    100% {width:100%;}
}
.index_main .section22{background: #f5f5f5; padding: 45px 0;}
.index_main .section22 .container{  margin:0px auto; width:90%}
.index_main .section2{background: #fff; padding: 45px 0;}
.index_main .section2 .container{  margin:0px auto; width:90%}
.news_box .btnbox{ text-align:center; margin:40px 0px 70px 0px; }
.news_box .btnbox a{ width:150px; height:40px; display:inline-block; color:#fff;  margin:0 10px; line-height:40px; font-size:18px; background:#000 }
.news_box .btnbox a.cur{ background:#f71310; color:#fff; border:1px solid #f71310; }
.news_box .lis{  margin:0 auto; }
.news_box .lis .ul{ display:none; }
.news_box li{ float:left;  margin:0 1%; border:1px solid #eee; width:23%}
.news_box1 li{ float:left;  margin:0 1%; border:1px solid #eee; width:23%}
.news_box1 li .imgbox{ width:100%;height:auto !important; display:block; overflow:hidden}
.news_box1 li .imgbox img{ width:100%; }
.news_box1 li .imgbox img { transition: All 0.3s ease-in-out; -webkit-transition: All 0.3s ease-in-out; -moz-transition: All 0.3s ease-in-out; -o-transition: All 0.3s ease-in-out; }
.news_box1 li .imgbox img:hover { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); }
.news_box1 li .imgbox img.none:hover { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); }
.news_box1 li .time{ width:70px; height:70px; background: #f71310; position: absolute; z-index:99; text-align:center}
.news_box1 li .time h1{ color:#fff; font-size:18px; font-weight:normal; margin-top:15px}
.news_box1 li .time h2{ color:#fff; font-size:14px; font-weight:normal}
.news_box1 li .txt{ padding:20px}
.news_box1 li .txt h3{ color:#000; font-size:14px; margin-bottom:5px; font-weight:bold }
.news_box1 li .txt h3 a{ color:#000;font-size:14px;font-weight:bold }
.news_box1 li:hover .txt h3{ color:#f71310}
.news_box1 li .txt p{ line-height:24px; color:#666; margin-bottom:15px; font-size:12px }
.news_box1 li a.more{ color:#f71310; display:inline-block; }
.news_box1 .more{ text-align:center; padding-bottom:30px; margin-top:50px}
.news_box1 .more a{ font-size:18px; width:200px; height:40px; display:inline-block; color:#666; border:1px solid #bcbcbc; line-height:40px; text-align:center; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -o-transition:all ease 0.3s; transition:all ease 0.3s; }
.news_box .more a:hover{ background:#fbd834; color:#fff; border:1px solid #fbd834; color:#000}
.resource_main .section2 .shzr{ padding:30px 0px; width:1200px; margin:0px auto}
.resource_main .section2 .shzr li{ list-style: none; float:left; width:31%; margin:1%; background:#ccc}
.resource_main .section2 .shzr li p{ font-size:16px; padding:10px;  color:#444 }
.resource_main .section4{ background:#fff; padding:70px 0}
.job_main .container_s{ padding:40px 0px}
.news_box1 .more a:hover{ background:#fbd834; color:#fff; border:1px solid #fbd834; color:#000}

.news_box li .imgbox{ overflow:hidden;width:100%;height:auto !important; display:block}
.news_box li .imgbox img{ width:100% ;padding:10px}
.news_box li .imgbox img { transition: All 0.3s ease-in-out; -webkit-transition: All 0.3s ease-in-out; -moz-transition: All 0.3s ease-in-out; -o-transition: All 0.3s ease-in-out; }
.news_box li .imgbox img:hover { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); }
.news_box li .imgbox img.none:hover { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); }
.news_box li .time{ width:70px; height:70px; background: #f71310; position: absolute; z-index:99; text-align:center}
.news_box li .time h1{ color:#fff; font-size:18px; font-weight:normal; margin-top:15px}
.news_box li .time h2{ color:#fff; font-size:14px; font-weight:normal}
.news_box li .txt{ padding:20px; background:#ccc; text-align:center}
.news_box li:hover .txt{ padding:20px; background:#037cc3; text-align:center}
.news_box li:hover .txt h3 a{ color:#fff;font-size:14px;font-weight: normal}

.news_box li .txt h3{ color:#000; font-size:14px;  font-weight: normal }
.news_box li .txt h3 a{ color:#000;font-size:14px;font-weight: normal}
.news_box li:hover .txt h3{ color:#f71310}
.news_box li .txt p{ line-height:24px; color:#666; margin-bottom:15px; font-size:12px }
.news_box li a.more{ color:#f71310; display:inline-block; }
.news_box .more{ text-align:center; padding-bottom:30px; margin-top:50px}
.news_box .more a{ font-size:18px; width:200px; height:40px; display:inline-block; color:#666; border:1px solid #bcbcbc; line-height:40px; text-align:center; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -o-transition:all ease 0.3s; transition:all ease 0.3s; }
.news_box .more a:hover{ background:#fbd834; color:#fff; border:1px solid #fbd834; color:#000}
.clearboth:after{ display:block; clear:both; content:""; overflow:hidden; height:0; }
.clearboth{ *zoom:1;}
.index_main .section3{background: #fff; padding: 70px 0;}
.index_main .common_tit{text-align: center;}
.index_main .common_tit h3{font-size: 30px; color: #000; font-weight:bold}
.index_main .common_tit span{display: block;}
.index_main .common_tit span.line{width: 120px; height: 3px; margin: 15px auto; background: #000;}
.index_main .common_tit span.en{font-size: 14px; color: #777777; letter-spacing: 4px; text-transform: uppercase;}
.index_main .section3 { background:#fcfcfc; padding:70px 0px; overflow:hidden}
.index_main .section3 ul { margin-top:40px; overflow:hidden}
.index_main .section3 ul li{ float:left; width:29%; margin:2%; overflow:hidden; height:120px}
.index_main .section3 ul li img{ float:left;margin-right:10px}
.index_main .section3 ul li h2{ color:#000; font-size:18px; font-weight:bold; margin-bottom:20px }
.index_main .section3 ul li p{ color:#666; font-size:12px; line-height:24px}
.index_main .section3 ul li img{
    
}
  
.index_main .section3 ul li:hover img{
   
}

.tab{width:689px;height:283px;overflow:hidden;margin:40px auto 0 auto;}
.tab .tab_pic ul{height:283px;width:999em;position:relative;}
.tab .tab_pic ul li{float:left;}
.tab .tab_pic ul li a{display:block;}
.tab_pic{float:left;width:376px;height:283px;overflow:hidden;position:relative;}
.tab_txt{float:right;width:313px;height:283px;overflow:hidden;position:relative;}
.tab .tab_pic .prev,.tab .tab_pic .next{display:block;width:31px;height:31px;float:right;margin:0 0 0 1px;overflow:hidden;cursor:pointer;background:url(../images/tab_btn.png);}
.tab .tab_pic .next{background-position:31px 0px;}
.tab .tab_txt ul{position:relative;}
.tab .tab_txt ul li{width:313px;height:283px;padding:20px;float:left; overflow:hidden}
.tab .tab_txt ul li p{ color:#666; font-size:14px; line-height:30px}
.tab_san{display:block;width:17px;height:34px;position:absolute;top:29px;right:0;}
.btn_bg{width:376px;height:33px;display:block;position:absolute;left:0;bottom:0;z-index:1;display:block;filter:alpha(opacity=30);-moz-opacity:0.3;-khtml-opacity:0.3;opacity: 0.3;}
.btn_ct{width:376px;height:31px;padding:1px;display:block;position:absolute;left:0;bottom:0;z-index:2;}

.index_main .section4{position: relative; padding: 70px 0; background:#fff}
.index_main .section4 .container{position: relative; width:90%}
.index_main .section4 .carpic{ float:left; margin-right:5%; width:50%}

.index_main .section4 .hot_road dl{ margin-top:40px}
.index_main .section4 .hot_road dl dt{ background:#fbd834; overflow:hidden; margin-bottom:10px }
.index_main .section4 .common_tit{ text-align:left}
.index_main .section4 .common_tit span.line{ margin:15px 0px}
.index_main .section5{background:url(../images/san_bg.jpg);; padding:100px 0 100px; height:491px}
.index_main .section5 .container_san{position: relative;width: 70%; height: 100%; max-width: 1200px; margin: 0 auto;}
.index_main .section5 .container_san h1{ color:#fff; font-size:30px ; font-weight:bold}
.index_main .section5 .container_san p{ color:#fff; font-size:14px ; line-height:30px; margin:30px 0px; width:600px}
.index_main .section5 .container_san .more{ background:#fbd834; width:200px; text-align:center}
.index_main .section5 .container_san .more a{ color:#000; font-size:18px; line-height:50px}
.index_main .section5 .container_san .more:hover{ background:#f71310;}
.index_main .section5 .container_san .more:hover a{ color:#fff}
.index_main .section6{ background:#fff}
.index_main .section6 .container{position: relative;}
.index_main .section6 ul{border-right:1px solid #eee; overflow:hidden}
.index_main .section6 ul li{ float:left; width:25%; border-left:1px solid #eee; padding:60px 30px}
.index_main .section6 ul li img{ float:right; }
.index_main .section6 ul li .txt{ float:left}


/*about*/
.about_main .section1{padding: 70px 0;}
.about_main .section22{padding: 70px 0; text-align:center}

.about_main .section1 .desc{text-align: left; text-indent:2em; font-size: 16px; color: #777; margin: 50px 0;}
.about_main .section1 .desc img{ width:100%}
.about_main .section1 .desc p{ font-size:14px; line-height:30px; margin-bottom:15px}
.about_main .section1 .main{position: relative;}
.about_main .section1 .left{width: 49%; position: relative; overflow: hidden;}
.about_main .section1 .left img{width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.about_main .section1 .left p{position: absolute; bottom: 0; left: 0; right: 0; background: rgba(241,26,20,.8); padding: 35px; font-size: 14px; line-height: 26px; color: #fff; text-align: justify;}
.about_main .section1 .left:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.about_main .section1 .left h2{ font-size:18px; font-weight:bold; color:#fff; padding:30px 0px 0px 30px}
.about_main .section1 .left h1{ font-size:30px; font-weight: normal; color:#fff; padding-left:30px}
.about_main .section1 .left h3{ width:50px; height:3px; background:#fff; margin:20px 0px 0px 30px}

.about_main .section1 .right{ width: 49%;position: relative; overflow: hidden; }
.about_main .section1 .block{height: 49%; width: 100%;  overflow: hidden;}

.about_main .section1 .block h2{ color:#444; font-size:24px; padding-top:35px;}

.about_main .section1 .block h3{ color:#f11a14; font-size:18px; text-transform: uppercase; padding:20px 0px 30px}
.ny_link{ border:1px solid #000; width:120px;text-align:center;}
.ny_link a{ color:#000; font-size:20px;  line-height:40px; padding:10px 50px }
.ny_link:hover{ background:#f11a14}
.ny_link:hover a{ color:#fff}
.about_main .section1 .block p{font-size: 14px; height: 100%; overflow: auto; line-height: 30px; color: #444; text-align: justify; width:100%; margin-bottom:10px}
.about_main .section2{padding: 70px 0 0; border-top: 1px solid #e4e4e4; overflow:hidden; background:url(../images/cul_bg.jpg) center no-repeat; }
.about_main .section2 .qywh_list{ width:1200px; margin:0px auto; padding:50px 0px; overflow:hidden}
.about_main .section2  .section_tit h3{ color:#000}
.about_main .section2  .section_tit span{color:#ff3300}
.about_main .section2 .qywh_list li{ background:#fff;float:left; width:333px; text-align:center;   margin:20px 33px; border-top:5px solid #f11a15;border-bottom:5px solid #ccc; min-height:502px }

.about_main .section2 .qywh_list li p{ color:#333; font-size:14px; line-height:30px;padding:20px 20px ;}
.about_main .section2 .qywh_list li h1{ color:#333; font-size:22px; font-weight:bold;padding:20px 50px 0px 50px; text-align:center}
.about_main .section2 .qywh_list li h2{ color:#333; font-size:18px; opacity:0.5;padding:0px 50px 20px 50px;}
.about_main .section2 .qywh_list  .d{ background: url("../images/d.png") no-repeat; width: 30px; height: 6px;margin: 185px 3px 0;}
.about_main .section3{background: #fff;}
.about_main .section3 .container_s{position: relative;}
.about_main .section3 .items{margin-top: 70px;}
.about_main .section3 .item{width: 20%; padding: 0 8px; float: left;}
.about_main .section3 .item .year{font-family: 'akb'; font-size: 30px; padding-bottom: 15px; border-bottom: 4px solid transparent;}
.about_main .section3 .item:nth-of-type(1n) .year{color: #fd2e29; border-color: #fd2e29;}
.about_main .section3 .item:nth-of-type(2n) .year{color: #ce0e0a; border-color: #ce0e0a;}
.about_main .section3 .item:nth-of-type(3n) .year{color: #f11a14; border-color: #f11a14;}
.about_main .section3 .item:nth-of-type(4n) .year{color: #df1410; border-color: #df1410;}
.about_main .section3 .item:nth-of-type(5n) .year{color: #d00803; border-color: #d00803;}
.about_main .section3 .item p{margin-top: 30px; font-size: 14px; line-height: 24px; color: #666; text-align: justify;}
.about_main .section4{padding: 70px 0;}
.about_main .section4 .container_s{position: relative;}
.about_main .section4 .items{margin-top: 70px;}
.about_main .section4 .item{width: 25%; float: left; padding: 0 7px;}
.about_main .section4 .item .block{position: relative; overflow: hidden;}
.about_main .section4 .item img{width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.about_main .section4 .item .hover{width: 100%; height: 100%; position: absolute; top: 0; left: -100%; background: rgba(2,107,220,.8); -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.about_main .section4 .item .hover .title{text-align: center; position: absolute; top: 50%; left: 0; width: 100%; padding: 0 10px; margin-top: -50px;}
.about_main .section4 .item .hover .title h3{font-size: 20px; color: #fff;}
.about_main .section4 .item .hover .title a{width: 33px; height: 33px; display: block; margin: 40px auto 0; background: url(../images/about_icon6.png) center no-repeat; background-size: 33px 32px;}
.about_main .section4 .item .block:hover .hover{left: 0;}
.about_main .section4 .item .block:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.pop_honor{display: none; overflow: auto; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 98;}
.pop_honor .pop_bg{position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.6); z-index: 99;}
.pop_honor img{display: block; max-width: 80%; margin: 0 auto; position: relative; z-index: 100;}
.pop_honor .close{width: 23px; height: 23px; background: url(../images/close_w.png) center no-repeat; position: fixed; right: 20px; top: 20px; -webkit-transition: all 500ms ease; transition: all 500ms ease; cursor: pointer; z-index: 100;}
.pop_honor .close:hover{-webkit-transform: rotate(180deg); transform: rotate(180deg);}


.links{overflow: hidden;}

.links a.active{background: #f11a14; color: #fff;}

.links a:hover{background: #f11a14; color: #fff;}
.links a.active:hover{color: #fff;}
.honor{ padding-top:30px; overflow:hidden; margin-bottom:40px}
.honor li{ width:19%; float:left; margin:1% 0.5%; min-height:150px; }
.honor li img{ border:10px solid #fff;}
.honor li p{ color:#444; font-size:14px; line-height:50px; text-align:center}
.honor_link{text-align:center; }
.honor_link a{ color:#f11a14; border:1px solid #f11a14; padding:15px 45px; font-size:16px  }
.honor_link:hover{ }
.honor_link:hover a{ color:#fff;background:#f11a14}
/*product*/
.product_main{background: #fff; padding-bottom: 70px;}
.product_main .links{overflow: hidden; box-shadow: 0 0 20px rgba(0,0,0,.1);}
.product_main .links a{float: left; width: 33.33%; text-align: center; font-size: 20px; color: #666; line-height: 24px; padding: 30px 0; border-right: 1px solid #f1f1f1; -webkit-transition: all 500ms ease; transition: all 500ms ease; box-shadow: -5px 0 10px rgba(175,175,175,.1);}
.product_main .links a:nth-of-type(3){border: none;}
.product_main .links a:before{content: ''; width: 33px; height: 33px; display: inline-block; vertical-align: middle; margin: -2px 5px 0 0; background-position: center; background-repeat: no-repeat; background-size: 33px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.product_main .links a:nth-of-type(1):before{background-image: url(../images/product_icon1.png);}
.product_main .links a:nth-of-type(2):before{background-image: url(../images/product_icon2.png);}
.product_main .links a:nth-of-type(3):before{background-image: url(../images/product_icon3.png);}
.product_main .links a.active{background: #016bdd; color: #fff;}
.product_main .links a.active:nth-of-type(1):before{background-image: url(../images/product_icon1_w.png);}
.product_main .links a.active:nth-of-type(2):before{background-image: url(../images/product_icon2_w.png);}
.product_main .links a.active:nth-of-type(3):before{background-image: url(../images/product_icon3_w.png);}
.product_main .links a:hover{color: #016bdd;}
.product_main .links a.active:hover{color: #fff;}
.product_main .items{overflow: hidden; margin-bottom: 70px;}
.product_main .item{width: 33.33%; float: left; text-align: center; margin-top: 20px; padding: 0 20px;}
.product_main .item .img_block{overflow: hidden;}
.product_main .item img{width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.product_main .item h3{margin-top: 15px; font-size: 20px; color: #444; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.product_main .item p{font-size: 18px; color: #666; margin-top: 5px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.product_main .item:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.product_main .item:hover h3{color: #016bdd;}
.product_main .item:hover p{color: #016bdd; text-decoration: underline;}

/*contact*/
.contact_main{background: #fff;}
.contact_main .common_banner .main{margin-top: -100px;}
.contact_main .section1{margin-top: -70px; position: relative; z-index: 2; padding-bottom: 70px;}
.contact_main #contactMap{height: 650px;}
.map_content{overflow: hidden;}
.map_content img{float: left;}
.map_content span{float: left;}

/*resource*/
.resource_main .section1{background: #f11a14; text-align: center; padding: 50px 0;}
.resource_main .section1 p{font-size: 24px; color: #fff; line-height: 36px;}
.resource_main .section1 .info{font-size: 16px; color: #fff; line-height: 28px; margin-top: 30px; display: none;}
.resource_main .section1 i{width: 27px; height: 13px; display: block; margin: 35px auto 0; background: url(../images/resource_icon1.png) center no-repeat; cursor: pointer; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.resource_main .section1 i.active{-webkit-transform: rotate(180deg); transform: rotate(180deg);}
.resource_main .section2{padding: 70px 0; background: #fff; }
.resource_main .title{text-align: center;}
.resource_main .title h3{font-size: 33px; color: #444;}
.resource_main .title span{display: block; width: 34px; height: 2px; margin: 20px auto 0; background: #3489e4;}

.resource_main .section3{padding: 70px 0;}
.resource_main .section3 .joblist_li{ margin-top:30px}
.resource_main .section3 .joblist_li li{ float:left; border:1px solid #ccc; width:31%; margin:1%; padding:20px}
.resource_main .section3 .joblist_li li:hover .more{ background:#fbd834}
.resource_main .section3 .joblist_li li:hover .more p{ color:#000}
.resource_main .section3 .joblist_li li .more{ background:#f11a14; width:100px; text-align:center }
.resource_main .section3 .joblist_li li .more p{ color:#fff; font-size:14px; line-height:30px}
.resource_main .section3 .joblist_li li .title{ font-size:20px; line-height:30px; padding-bottom:20px;text-align:left}
.resource_main .section3 .joblist_li li .line{ padding-bottom:10px}
.resource_main .section3 .joblist_li li .line b{ font-size:14px; }
.resource_main .section3 .joblist_li li .line .intro{ font-size:14px; line-height:30px}
.pop_resource{display: none;}
.pop_resource .pop_bg{position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.6); z-index: 99;}
.pop_resource .pop_main{width: 850px; margin: 0 auto; position: fixed; top: 50%; left: 0; right: 0; margin-top: -340px; background: #fff; padding: 80px; z-index: 100;}
.pop_resource .pop_main .close{width: 23px; height: 23px; background: url(../images/close.png) center no-repeat; position: absolute; right: 20px; top: 20px; -webkit-transition: all 500ms ease; transition: all 500ms ease; cursor: pointer;}
.pop_resource .pop_main .close:hover{-webkit-transform: rotate(180deg); transform: rotate(180deg);}
.pop_resource .pop_main .item{width: 33.33%; float: left;}
.pop_resource .pop_main .items{margin-bottom: 30px;}
.pop_resource .pop_main .items:after{content: ''; display: block; clear: both;}
.pop_resource .pop_main h3{font-size: 16px; color: #666; position: relative;}
.pop_resource .pop_main h3:before{content: ''; width: 8px; height: 2px; background: #0464cd; position: absolute; left: -12px; top: 50%;}
.pop_resource .pop_main .item span{font-size: 26px; color: #444; display: block; margin-top: 20px;}
.pop_resource .pop_main .scroll{height: 330px; overflow: auto; padding-right: 20px;}
.pop_resource .pop_main .info{margin-bottom: 50px;}
.pop_resource .pop_main .info p{border-top: 1px solid #e9e9e9; margin-top: 20px; padding-top: 20px; font-size: 14px; color: #777; line-height: 26px;}
.pop_resource .pop_main a{width: 190px; line-height: 50px; display: block; margin: 40px auto 0; text-align: center; font-size: 18px; color: #fff; background: #0464cd; border-radius: 5px;}

/*news*/
.news_main{padding-bottom: 70px;}

.news_main .items{margin: 70px 0;}
.news_main .item{margin-top: 30px; overflow: hidden; background: #fff; -webkit-transition: all 500ms ease; transition: all 500ms ease; padding:20px}
.news_main .item:nth-of-type(1){margin-top: 0;}
.news_main .item .img_block{width:30%; float: left; overflow: hidden; float:left}
.news_main .item .img_block img{width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.news_main .item .txt_block{ margin:0 5%; float:left; width:50%}
.news_main .item .txt_block h3{font-size: 18px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin:25px 0px 20px 0px}
.news_main .item .txt_block h3 a{color: #444; -webkit-transition: all 500ms ease; transition: all 500ms ease; font-size:16px}
.news_main .item .txt_block .dot{margin: 15px 0;}
.news_main .item .date_block{ width:10%; float:right}
.news_main .item .txt_block .dot span{font-size: 14px; color: #999; padding-left: 30px; display: inline-block; line-height: 24px; background-position: left center; background-repeat: no-repeat; background-size: 20px;}
.news_main .item .txt_block .dot span.date{background-image: url(../images/news_icon3.png); margin-right: 20px;}
.news_main .item .txt_block .dot span.view{background-image: url(../images/news_icon4.png);}
.news_main .item .txt_block p{font-size: 14px; line-height: 30px;  overflow: hidden;}
.news_main .item .txt_block p a{color: #999;}
.news_main .item .txt_block .more{margin-top: 30px;}
.news_main .item .txt_block .more a{display: block; width: 100px; line-height: 30px; text-align: center; font-size: 12px; color: #777; border: 1px solid #cccccc; border-radius: 5px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.news_main .item .txt_block .more a:hover{color: #fff; background: #f11a14; border-color: #f11a14;}
.news_main .item:hover{box-shadow: 0 10px 30px rgba(4,0,0,.1);}
.news_main .item:hover .txt_block h3 a{color: #f11a14;}
.news_main .item:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.news_main .item .date_block h1{ font-size:36px; line-height:40px; color:#f11a14; font-weight:bold; padding-top:60px}
.news_main .item .date_block h2{ font-size:24px; line-height:40px; color:#f11a14;}

/*news detail*/
.newsdetail_main{padding: 40px 0;}
.newsdetail_main .crumbs{padding-left: 24px; background: url(../images/news_icon5.png) left center no-repeat; font-size: 14px; color: #666;}
.newsdetail_main .crumbs a{color: #666;}
.newsdetail_main .crumbs a:hover{color: #24589b;}
.newsdetail_main .main{background: #fff; margin-top: 30px; padding: 60px 110px;}
.newsdetail_main .main .head_tit{border-bottom: 1px solid #e4e4e4;}
.newsdetail_main .main h3{font-size: 28px; color: #444;}
.newsdetail_main .main .dot{margin: 20px 0;}
.newsdetail_main .main .dot span{font-size: 14px; color: #999; padding-left: 30px; display: inline-block; line-height: 24px; background-position: left center; background-repeat: no-repeat; background-size: 20px;}
.newsdetail_main .main .dot span.date{background-image: url(../images/news_icon3.png); margin-right: 20px;}
.newsdetail_main .main .dot span.view{background-image: url(../images/news_icon4.png);}
.newsdetail_main .main .cont{padding: 30px 0;}
.newsdetail_main .main .cont img{display: block; max-width: 100%; margin: 0 auto;}
.newsdetail_main .main .cont p{font-size: 14px; color: #666; text-align: justify; line-height: 30px;}
.newsdetail_main .main .label{background: url(../images/news_icon6.png) left 3px no-repeat; padding-left: 25px; font-size: 14px; color: #24589b; line-height: 24px;}
.newsdetail_main .main .label span{display: inline-block; background: #2aaae1; padding: 0 5px; border-radius: 5px; color: #fff;}
.pagecontrol{margin-top: 50px; overflow: hidden;}
.pagecontrol .list{float: left; overflow: hidden;}
.pagecontrol .list a{float: left; margin-right: 30px; width: 36px; height: 36px; line-height: 34px; border-radius: 18px; border: #9b9b9b solid 1px; font-size: 14px; color: #9b9b9b; background-repeat: no-repeat; transition: all ease 0.5s; -webkit-transition: all ease 0.5s;}
.pagecontrol .list .golist{width: 130px; background-position: 20px center; background-image: url(../images/news_icon7.png); text-indent: 50px;}
.pagecontrol .list .prev{background-position:center;background-image:url(../images/left_icon1.png);}
.pagecontrol .list .next{background-position:center;background-image:url(../images/right_icon1.png);}
.pagecontrol .list a:hover{border-color:#24589b;color:#24589b;}
.pagecontrol .list .prev:hover{background-image:url(../images/left_icon3.png);}
.pagecontrol .list .next:hover{background-image:url(../images/right_icon3.png);}
.pagecontrol .list .golist:hover{background-image:url(../images/news_icon8.png);}
.pagecontrol .share{float:right;font-size:0;letter-spacing:-100px;}
.pagecontrol .share span,.pagecontrol .share a{display:inline-block;vertical-align:middle;letter-spacing:0;}
.pagecontrol .share span{margin-right:12px; line-height: 36px; float: left;padding-right:26px;font-size:16px;color:#666666;font-family:'pingfang';background:url(../images/news_icon9.png) no-repeat right center;}
.pagecontrol .share a{margin:0 0 0 8px !important;width:36px;height:36px;border-radius:50%; overflow:hidden;background-repeat:no-repeat;background-position:center;}
.pagecontrol .share .ico1{background-image:url(../images/news_icon10.png); background-color: #da3c3c;}
.pagecontrol .share .ico2{background-image:url(../images/news_icon11.png); background-color: #21ba41;}
.pagecontrol .share .ico3{background-image:url(../images/news_icon12.png); background-color: #3e91ee;}
.pagecontrol .share .ico4{background-image:url(../images/news_icon13.png); background-color: #234980;}
.pagecontrol .share .ico5{background-image:url(../images/news_icon14.png); background-color: #f4c50b;}
.pagecontrol .share a:hover{-webkit-transition-timing-function:cubic-bezier(0.6,4,0.3,0.8);transition-timing-function:cubic-bezier(0.6,4,0.3,0.8);-webkit-animation:shake 0.5s;animation:shake 0.5s;}
@-webkit-keyframes shake {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}
@keyframes shake {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

/*product detail*/
.pdetail_main .section1{background: #2a77cb url(../images/pd_img1.jpg) center no-repeat; background-size: cover; padding: 70px 0;}
.pdetail_main .section1 h3{font-size: 40px; color: #fff; font-weight: 600; border-bottom: 1px solid #6398d3; padding-bottom: 10px;}
.pdetail_main .section1 .crumbs{text-align: right; margin-top: 10px; font-size: 14px; color: #fff;}
.pdetail_main .section1 .crumbs a{color: #fff;}
.pdetail_main .section1 .crumbs a:hover{text-decoration: underline;}
.pdetail_main .section2{padding: 100px 0; background: #fff url(../images/pd_img3.jpg) center bottom no-repeat;}
.pdetail_main .section2 .container_s{overflow: hidden;}
.pdetail_main .section2 .img_block{width: 365px; float: left;}
.pdetail_main .section2 .img_block img{width: 100%; display: block;}
.pdetail_main .section2 .txt_block{width: 450px; float: right;}
.pdetail_main .section2 .txt_block h3{font-size: 50px; color: #24589b; font-weight: 600;}
.pdetail_main .section2 .txt_block h4{font-size: 28px; color: #666; border-bottom: 1px solid #dedede; padding-bottom: 20px;}
.pdetail_main .section2 .txt_block p{font-size: 30px; color: #555; margin-top: 50px;}
.pdetail_main .section2 .txt_block .pagecontrol{margin-top: 100px;}
.pdetail_main .section2 .txt_block .share{float: none;}
.pdetail_main .section3{padding: 50px 0;}
.pdetail_main .section3 .item{overflow: hidden; border-bottom: 1px solid #dbdbdb; padding: 50px 0;}
.pdetail_main .section3 .item .img_block{width: 460px; border: 5px solid #fff; float: left; overflow: hidden; background: #fff;}
.pdetail_main .section3 .item .img_block img{width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.pdetail_main .section3 .item .txt_block{padding-left: 610px; padding-top: 20px;}
.pdetail_main .section3 .info h3{font-size: 30px; color: #24589b;margin-bottom: 20px;}
.pdetail_main .section3 .info p{padding-left: 30px; font-size: 16px; line-height: 40px; color: #666; background: url(../images/pd_icon1.png) left 9px no-repeat;}
.pdetail_main .section3 .single_txt{padding: 50px 0;}
.pdetail_main .section3 .single_img{background: #fff;}
.pdetail_main .section3 .single_img img{max-width: 100%; display: block; margin: 0 auto;}
.pdetail_main .section4{background: #fff; padding: 70px 0;}
.pdetail_main .section4 .container_s{position: relative;}
.pdetail_main .section4 .title h3{font-size: 30px; color: #333; position: relative;}
.pdetail_main .section4 .title h3:after{content: ''; width: 27px; height: 2px; background: #016bdd; position: absolute; left: 0; bottom: -15px;}
.pdetail_main .section4 .items{margin-top: 50px;}
.pdetail_main .section4 .item{width: 33.33%; padding: 0 20px; float: left; text-align: center;}
.pdetail_main .section4 .item .img_block{border: 1px solid #e8e8e8; overflow: hidden;}
.pdetail_main .section4 .item .img_block img{width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.pdetail_main .section4 .item h3{margin-top: 15px; font-size: 20px; color: #444; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.pdetail_main .section4 .item p{font-size: 18px; color: #666; margin-top: 5px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.pdetail_main .section4 .item:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.pdetail_main .section4 .item:hover h3{color: #016bdd;}
.pdetail_main .section4 .item:hover p{color: #016bdd; text-decoration: underline;}
.pdetail_main .section4 .control{right: 0; top: 0; position: absolute;}
.pdetail_main .section4 .control .common_btn{position: static; display: inline-block; margin: 0 10px;}

/*service*/
.service_main .links{overflow: hidden; box-shadow: 0 0 20px rgba(0,0,0,.1);}
.service_main .links a{float: left; width: 20%; text-align: center; font-size: 20px; color: #666; line-height: 24px; padding: 30px 0; border-right: 1px solid #f1f1f1; -webkit-transition: all 500ms ease; transition: all 500ms ease; box-shadow: -5px 0 10px rgba(175,175,175,.1);}
.service_main .links a:nth-of-type(2){border: none;}

.service_main .links a:hover{color: #fff;}
.service_main .links a.active:hover{color: #fff;}
.service_main .section1{padding: 50px 0;}
.service_main .section1 .item{margin: 40px 0; background: #fff; position: relative; overflow: hidden;}
.service_main .section1 .item .img_block{position: absolute; top: 0; bottom: 0; width: 50%; overflow: hidden;}
.service_main .section1 .item .img_block .block{width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.service_main .section1 .item:hover .img_block .block{-webkit-transform: scale(1.1); transform: scale(1.1);}
.service_main .section1 .item:nth-of-type(odd) .img_block{left: 0;}
.service_main .section1 .item:nth-of-type(even) .img_block{right: 0;}
.service_main .section1 .item:nth-of-type(odd) .txt_block{float: right;}
.service_main .section1 .item:nth-of-type(even) .txt_block{float: left;}
.service_main .section1 .item .txt_block{width: 50%; padding: 70px 40px; height: 380px;}
.service_main .section1 .item .txt_block h3{font-size: 22px; color: #24589b; margin-bottom: 20px;}
.service_main .section1 .item .txt_block p{font-size: 14px; color: #666; line-height: 28px; text-align: justify;}
.service_main .section2{padding: 70px 0;}
.service_main .section2 img{max-width: 100%; display: block; margin: 0 auto;}
.service_main .section3{background: url(../images/service_img5.jpg) center bottom no-repeat; background-size: 100% auto; padding-bottom: 160px;}
.service_main .section3 .items{padding: 160px 0; overflow: hidden;}
.service_main .section3 .item{width: 20%; float: left; text-align: center;}
.service_main .section3 .item .icon{width: 120px; height: 120px; border-radius: 50%; margin: 0 auto; background: #fff; box-shadow: 0 0 30px rgba(204,204,204,.3); -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.service_main .section3 .item .icon i{display: block; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: 48px auto; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.service_main .section3 .item h3{font-size: 18px; color: #444; line-height: 24px; margin: 25px 0 15px;}
.service_main .section3 .item p{font-size: 18px; color: #666; line-height: 24px;}
.service_main .section3 .item:nth-of-type(1) .icon i{background-image: url(../images/service_icon6.png);}
.service_main .section3 .item:nth-of-type(2) .icon i{background-image: url(../images/service_icon7.png);}
.service_main .section3 .item:nth-of-type(3) .icon i{background-image: url(../images/service_icon8.png);}
.service_main .section3 .item:nth-of-type(4) .icon i{background-image: url(../images/service_icon9.png);}
.service_main .section3 .item:nth-of-type(5) .icon i{background-image: url(../images/service_icon10.png);}
.service_main .section3 .item:hover .icon{background: #016bdd; box-shadow: 0 0 30px rgba(1,107,221,.3);}
.service_main .section3 .item:nth-of-type(1):hover .icon i{background-image: url(../images/service_icon6_w.png);}
.service_main .section3 .item:nth-of-type(2):hover .icon i{background-image: url(../images/service_icon7_w.png);}
.service_main .section3 .item:nth-of-type(3):hover .icon i{background-image: url(../images/service_icon8_w.png);}
.service_main .section3 .item:nth-of-type(4):hover .icon i{background-image: url(../images/service_icon9_w.png);}
.service_main .section3 .item:nth-of-type(5):hover .icon i{background-image: url(../images/service_icon10_w.png);}
.service_main .section3 .single_block{position: relative; background: #fff;}
.service_main .section3 .single_block .txt_block{width: 50%; padding: 120px 50px;}
.service_main .section3 .single_block .txt_block h3{font-size: 24px; color: #24589b; border-bottom: 1px solid #e0e0e0; padding-bottom: 30px; position: relative; margin-bottom: 30px;}
.service_main .section3 .single_block .txt_block h3:after{content: ''; width: 28px; height: 2px; background: #016bdd; position: absolute; bottom: 0; left: 0;}
.service_main .section3 .single_block .txt_block p{font-size: 16px; color: #666; line-height: 32px;}
.service_main .section3 .single_block .img_block{width: 50%; height: 100%; position: absolute; top: 0; right: 0; background-position: center; background-repeat: no-repeat; background-image: url(../images/service_img6.jpg);}
.service_main .section4{padding: 70px 0;}
.service_main .section4 .items{margin: 0 -15px; overflow: hidden;}
.service_main .section4 .item{width: 33.33%; float: left; padding: 15px;}
.service_main .section4 .item .block{background: #fff; border-radius: 5px; padding: 50px 30px;}
.service_main .section4 .item h3{font-size: 20px; color: #444; padding-bottom: 20px; border-bottom: 1px solid #d6d6d6;}
.service_main .section4 .item a{display: block; width: 120px; line-height: 40px; text-align: center; font-size: 14px; color: #fff; background: #999; border-radius: 5px; margin-top: 30px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.service_main .section4 .item a:before{content: ''; width: 20px; height: 20px; display: inline-block; vertical-align: middle; margin: -2px 5px 0 0; background: url(../images/service_icon11.png) center no-repeat; background-size: 20px;}
.service_main .section4 .item a:hover{background: #016bdd; box-shadow: 5px 5px 15px rgba(1,107,221,.3);}
.service_main .section4 .page{margin-top: 40px;}
.service_main .section5{padding: 70px 0;}

/*search*/
.search_main .items{margin: 0;}
.search_main .form_box{padding: 60px 0;}
.search_main .form_box h3{font-size: 30px; color: #444; text-align: center;}
.search_main .form_box form{position: relative; margin-top: 30px; border: 1px solid #dbdbdb; border-radius: 5px; overflow: hidden;}
.search_main .form_box input{width: 100%; height: 60px; padding: 10px; font-size: 16px;}
.search_main .form_box button{width: 60px; height: 60px; position: absolute; right: 0; top: 0; background: url(../images/header_icon1.png) center no-repeat; cursor: pointer; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.search_main .form_box button:before{content: ''; width: 1px; height: 20px; position: absolute;left: 0; top: 50%; margin-top: -10px; background: #dbdbdb;}
.search_main .form_box button:hover{background-color: #dbdbdb;}
.ny_about{ padding:40px 0px}
.ny_about h1{ color:#444; font-size:24px; text-align:center; margin-bottom:20px}
.ny_about p{ color:#777; font-size:14px; line-height:30px; margin-bottom:10px}
.contact-page .form-group { margin-bottom: 22px; }
.contact-page .form-group input {; display: inline-block; height: 50px; color: #777777; font-size: 14px; padding-left: 20px; background: #f9f9f9; border-color: #f9f9f9; box-shadow: none; transition: all 500ms ease 0s;   width:80%}
.contact-page .form-group textarea {;display: inline-block; height: 160px; resize: none; color: #777777; background: #f9f9f9; padding-top: 20px; padding-left: 20px; font-size: 14px; border-color: #f9f9f9; box-shadow: none; transition: all 500ms ease 0s; width:80% }
.contact-page .form-group input:focus, .contact-page .form-group textarea:focus { border-color: #20409a;; transition: all 500ms ease 0s; }
.contact-page .form-bottom { display: block; }

.btn-style-one {; font-size: 14px; color: #ffffff; line-height: 29px; font-weight: 700; padding: 8px 24px; background: #f11a14;; letter-spacing: 1px; border: 1px solid #f11a14;; text-transform: uppercase; display: inline-block;  transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; }
.btn-style-one:hover {; color: #f11a14;; border: 1px solid #f11a14;; background: transparent; transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; }


.newsxq{ padding:40px 0px}
.newsxq h1{ color:#555; font-weight:normal; font-weight:24px; text-align:center;}
.newsxq .info{ text-align:center;padding:30px 0px; border-bottom:1px solid #ccc}
.newsxq .content{ padding-top:30px}
.newsxq .pre{ font-size:14px; line-height:30px}
.newsxq .next{ font-size:14px; line-height:30px}

.newsxq p{ color:#666; font-size:16px; line-height:30px; margin-bottom:10px}

.pro_content{ padding:40px 0px}


.pro_cen_tit{ border-bottom:1px solid #999; padding:15px 0px; margin-top:60px }
.pro_cen_tit b{ background:#016bdd; color:#fff; padding:20px 50px; font-size:16px;}

.js_desc{ margin:10px 0px; text-align:center}
.js_desc p{ font-size:16px; line-height:30px; margin-bottom:10px}
.js_yjfx ul{ margin:30px 0px; padding-bottom:40px; overflow:hidden}
.js_yjfx ul li{background:#016bdd; text-align: center; padding:40px 10px; margin-bottom:10px; width:24%; margin-right:1%; float:left}
.js_yjfx ul li p{ color:#fff; font-size:16px; padding-top:30px; min-height:80px}
.js_yjfx ul li h3{ background:#fff; height:5px; width:20%; margin:30px auto}

.t01 {
	margin: 0;
	padding: 0;
	text-align: center;
	padding-top: 50px
}
.t01 span {
	display: block;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 20px;
	color: #fff
}
.t01 i {
	display: block;
	width: 60px;
	height: 4px;
	line-height: 4px;
	margin: 0 auto;
	background: #ee1c23
}
.tb30{ width:30%; margin-right:3.3%; float:left}



/* 必要布局样式css */
.slide-content {
	
	padding-bottom: 100px;
}
.slide-title {
	font-size: 48px;
	color: #313131;
	letter-spacing: 5px;
	line-height: 1;
	text-align: center;
}
.slide-links {
	margin-top: 0;
	text-align: center;
}
.slide-links a {
	background-color: #fbd834;
	color: #000;
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-color: #fbd834;
	color: #000;
	padding: 15px 30px;
	border-radius: 2px;
}
.slide-links a:hover {
	background: #f71310;
	color: #fff;
}
.slide-item-body ul li {
	width: 33.333%;
	float: left;
	display: block;
	height: 200px;
	padding-top: 42px;
	margin-bottom: 30px;
	border: none;
	border-radius: 8px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: inherit;
	padding-top: 0;
	border-radius: 0;
	background-color: #f5f5f5;
	color: #000;
	z-index: 10002;
}
.slide-item-body ul li a {
	display: block;
	box-shadow: 0 5px 20px 1px rgba(49, 49, 49, 0.2);
}
.new-img img {
	width: 100%;
	height: auto;
	border: none;
	display: block;
}
.slide-item {
	width: 870px;
	position: relative;
	margin: 0 auto;/* overflow: hidden; */
}
.slide-item-box {
	padding: 50px 0;
}
.new-body {
	padding: 20px 20px 40px 20px;
}
.new-body-title {
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
	color: #616161;
	letter-spacing: 1px;
	font-weight: 600;
}
.new-body-text {
	padding-top: 20px;
	height: 92px;
	min-height: 50px;
	line-height: 18px;
	font-size: 12px;
	color: #919191;
	overflow: hidden;
}
.slide-item-body {
	/* padding-top:20px; */
	margin-left: -70px;
}
.slide-item-body ul li {
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 20px;
}
.slide-item-body .tempWrap {
	padding-top: 20px;
	background: #f5f5f5;
}
.slide-item-body ul {
	padding-top: 10px;
	overflow: visible;
}
.slide-item-body ul li:hover {
	-ms-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	z-index: 1002;
	position: relative;
	left: 0;
}
.next {
	position: absolute;
	top: 49%;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 60px;
	-webkit-background-size: 60px;
	background-size: 60px;
	background-position: center;
	background-repeat: no-repeat;
	right: auto;
	left: -157px;
	height: 60px;
	width: 60px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.next-bg {
	background-image: url("../images/btn-fl1.png");
}
.next:hover {
	background-image: url("../images/btn-fl2.png");
}
.prev {
	position: absolute;
	top: 49%;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 60px;
	-webkit-background-size: 60px;
	background-size: 60px;
	background-position: center;
	background-repeat: no-repeat;
	right: -179px;
	height: 60px;
	width: 60px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.prev-bg {
	background-image: url("../images/btn-fr1.png");
}
.prev-bg:hover {
	background-image: url("../images/btn-fr2.png");
}
